POV-Ray : Newsgroups : povray.unofficial.patches : Iso-equation query : Re: Iso-equation query Server Time
1 Sep 2024 12:15:01 EDT (-0400)
  Re: Iso-equation query  
From: Nekar Xenos
Date: 7 May 2001 03:39:02
Message: <3af65116@news.povray.org>
> I don't think isos work with complex numbers

So you can't do iso-mandelbrots?

Nekar
--
#version unofficial MegaPov 0.7;#local Q=seed(7);#local S=<-2,2,5>;#local
E=<2
,-2,5>;#local B=S;#while(vlength(B-E)>.1)#local
B=(B+(<rand(Q),rand(Q),rand(Q)
>/20));#local B=B-(2*(B-S))*((vlength(B-E)>vlength(S-E)));#local
S=B;glow{//NX
location S size.1 radius.07}glow{location S size.1 radius.07 rotate
z*90}#end


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.